home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / patches / 0.1-ubuntu4 < prev    next >
Encoding:
Text File  |  2009-04-27  |  161 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. config_file="/etc/hwtest.d/$1.ini"
  4.  
  5. if [ "$1" = "hwtest" ]; then
  6.     sed -i 's|/tmp/submission.xml|/var/cache/hwtest/submission.xml|' $config_file
  7. fi
  8.